Release 10.1A: OpenEdge Data Management:
SQL Reference


DEGREES

Returns the number of degrees in an angle specified in radians by expression.

Syntax

DEGREES ( expression ) 

Example

This example illustrates the DEGREES function:

SELECT DEGREES(3.14159265359) 'Degrees in pi Radians' 
     FROM SYSPROGRESS.SYSCALCTABLE; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095